home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / woafon12.zip / WOAFON12.TXT < prev   
Text File  |  1992-01-06  |  5KB  |  119 lines

  1. WOAFON12.ZIP: Larger fonts for Windows DOS boxes in SVGA modes
  2. --------------------------------------------------------------
  3.  
  4. Lots of people have been complaining about the small fonts they get
  5. when they are running windowed DOS sessions within Windows 3.0 (386enh).
  6. This is especially the case with high resolutions like 1024x768.
  7.  
  8. This set of fonts provides a remedy. They are only slightly larger than
  9. the Windows default fonts, but IMHO it makes a big difference.
  10.  
  11. LFL9X16.FON can be used for 80x25 DOS windows instead of EGA80WOA.FON.
  12. It has a 9x16 pixels character box. Uppercase characters are typically
  13. 8x12 pixels, lowercase characters 7x9.
  14.  
  15. LFL9X16B.FON is a "bold" version of LFL9X16. Horizontal strokes are
  16. 2 pixels wide instead of 1.
  17.  
  18. LFL9X10.FON is intended for DOS windows with more than 25 lines, as a
  19. replacement for CGA80WOA.FON. The character box is 9x10 pixels, uppercase
  20. characters are typically 8x8 and lowercase characters 7x6.
  21.  
  22. LFL9X11.FON is essentially the same font as LFL9X10, but the line
  23. spacing is 11 instead of 10 pixels.
  24.  
  25. To use these fonts:
  26.  
  27.   - Copy them into the directory where your Windows fonts reside
  28.     (usually the SYSTEM subdirectory of the Windows directory).
  29.   - Edit the file SYSTEM.INI, which is in your Windows directory. Look for
  30.     the following lines within the [386enh] section:
  31.  
  32.     EGA80WOA.FON=EGA80WOA.FON
  33.     EGA40WOA.FON=EGA40WOA.FON
  34.     CGA80WOA.FON=CGA80WOA.FON
  35.     CGA40WOA.FON=CGA40WOA.FON
  36.  
  37.     Replace these entries with (e.g.):
  38.  
  39.     EGA80WOA.FON=LFL9X16.FON
  40.     EGA40WOA.FON=LFL9X16.FON
  41.     CGA80WOA.FON=LFL9X10.FON
  42.     CGA40WOA.FON=LFL9X10.FON
  43.  
  44.     (Yes, you have to overwrite the C/EGA40WOA entries as well, otherwise
  45.     Windows will choose CGA40WOA instead of LFL9X10. I would be glad for
  46.     an explanation for this strange behaviour.)
  47.  
  48.  
  49. LFL10X12.FON is an even larger font. The character box is 10x12, uppercase
  50. characters are typically 8x10 and lowercase 8x7.
  51.  
  52. LFL10X13.FON is again more or less the same font, but the character box
  53. is 13 pixels high instead of 12.
  54.  
  55. These two fonts are intended to be used together with the standard Windows
  56. font 8514OEM.FON, e.g.:
  57.  
  58.   EGA80WOA.FON=8514OEM.FON
  59.   EGA40WOA.FON=8514OEM.FON
  60.   CGA80WOA.FON=LFL10X12.FON
  61.   CGA40WOA.FON=LFL10X12.FON
  62.  
  63. IMPORTANT: Windows 3.0 has a strange way of selecting fonts for its DOS boxes.
  64. I haven't been able to figure out exactly what the rules are, but the
  65. following is the case: If the font listed in the OEMFONTS.FON=... entry is
  66. smaller than the EGA80WOA.FON=... font, Windows will ignore the latter
  67. setting and use OEMFONTS.FON instead. That is,
  68.  
  69.   [boot] 
  70.   ...
  71.   OEMFONTS.FON=VGAOEM.FON
  72.   ...
  73.   [386enh]
  74.   ...
  75.   EGA80WOA.FON=LFL9X16.FON
  76.   ...
  77.  
  78. WON'T WORK, because VGAOEM.FON is smaller than LFL9X16.FON.
  79. Use 8514OEM.FON (or LFL9X16.FON or LFL9X16B.FON) instead of VGAOEM.FON.  
  80.  
  81. You can also try to replace the FIXEDFON.FON entry in SYSTEM.INI with
  82. one of the LFL fonts. This will affect applications like Notepad,
  83. WinQVT/Net (News Reader, Telnet with IBM character set) etc. But, the
  84. ASCII characters above 128 dec (foreign letters etc.) will not display
  85. correctly, because FIXEDFON.FON uses the "ANSI" codepage while OEM fonts
  86. use the PC codepage 437.
  87.  
  88. You can also use these fonts in certain programs that allow you to select
  89. the display font (e.g. some terminal emulators). You may have to install
  90. them first with the control panel.
  91.  
  92.  
  93. BTW, somebody @microsoft.com has hinted that Windows 3.1 might have a
  94. Fonts.. entry in the system menu of its DOS boxes (like OS/2 2.0)...
  95.  
  96. LFL stands for Large Friendly Letters.
  97.  
  98.  
  99. These fonts are free, you can do with them whatever you like;
  100. but please don't try to make money with them.
  101.  
  102.  
  103. Peter Karrer                                   pkarrer@bernina.ethz.ch
  104.  
  105. --------
  106. History:
  107. V 1.1: - Initial version
  108. V 1.2: - Corrected the default character from 'a' to ' ' (8514OEM.FON which
  109.          I used as a template for the LFL fonts has the same problem. To fix
  110.          8514OEM.FON: debug 8514oem.fon<CR>e635 1f<CR>e6b1 1f<CR>w<CR>q<CR>).
  111.        - Corrected the "Ascender Height" attribute of some of the fonts.
  112.        - Corrected the character hex BF ("upper right corner" box char) which
  113.          was positioned one pixel too high in 4 of the 6 fonts.
  114.        - Redesigned LFL9X16 and LFL9X16B. Most lowercase characters are now
  115.          7 pixels wide instead of 8. The characters looked just a bit too
  116.          closely spaced to me; however, this might be different on other video
  117.          cards and/or monitors. The old versions are therefore still included
  118.          (V119X16.FON and V119X16B.fon). 
  119.        - Partially rewrote this file.